/*Estilos para tablets */
@media (min-width: 769px) and (max-width: 1024px) {
    .uper-range {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 30%;
    }
    .center-logo {
        position: relative;
        top: -22rem;
        left: 30%;
        z-index: 999;
        width: 40%;
        height: 30%;
        border-radius: 0.5rem;
    }
    .title-uper {
        position: relative;
        top: -27rem;
        left: 2%;
        z-index: 999;
        color: white;
        font-size: 1.9rem;
        font-weight: bold;
        text-shadow: 2px 2px 4px #000000;
        font-family: "Outfit", sans-serif;
        font-optical-sizing: auto;
        font-weight: weight;
        transition: all ease-in-out 0.8s;
    }
    
    .access-options {
        display: flex;
        gap: 1rem;
        left: 10%;
        top: -27.5rem;
        position: relative;
        font-size: 1.6rem;
        flex-wrap: wrap;
        
    }
    .title-blog {
        margin-top: -16rem;
        
    }
    /*Seção contato*/
    .circle-logocontato {
        position: relative;
        top: 6%; 
        left: 2%;
        z-index: 999;
        width: 9rem;
        height: 9rem;
        border-radius: 50%;
        background-color: white;
        border: 0.2rem solid red    ;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .logo-contato {
        position: relative;
        left: 0;
        z-index: 999;
        width: 8rem;
        height: 8rem;
        border-radius: 0.5rem;
    }
    .text-contato1, .text-contato2, .text-contato3, .text-contato4 {
        position: absolute;
        left: 60%;
        top: 5rem;
        transform: translateX(-50%);
        margin: 0 auto;
        color: #222;
        font-family: "Roboto Slab", serif;
        font-optical-sizing: auto;
        font-weight: 600;
        font-style: normal;
        font-size: 1.45rem;
        opacity: 0;
        transition: opacity 1s ease;
        pointer-events: none;
        width: 100%;
        max-width: 900px;
        text-align: center;
        min-height: 2.5em;
        height: 2.5em;
        display: block;
        z-index: 10;
    }
    .btn-voltar{
        position: absolute;
        top: 13%;
        left: 88%;
        color: black;
        font-size: 1.2rem;
        cursor: pointer;
        font-family: "Outfit", sans-serif;
        border: none;
    }
    .social-icons {
        
        flex-direction: column;
        align-items: center;
        gap: 3.2rem;
    }
    .icon .reflection {
        display: none;
    }

    /*Area sobre*/
    .sbr-title {
        position: relative;
        top:-22rem;
        left: 32%;
        color: #272727;
        font-size: 2.5rem;
        font-weight: bold;
        font-family: "Outfit", sans-serif;
    }
    .text-sobre {
        position: relative;
        top: -17rem;
        left: 0;
        font-size: 0.85rem;
       font-family: "Arimo", sans-serif;
       word-break: break-word;
       white-space: normal;
        max-width: 40.5rem;
       margin: 0 auto;
        display: block;
    }
    .btn-voltar{
        position: absolute;
        top: 1.5rem;
        left: 88%;
        color: black;
        font-size: 1.2rem;
        cursor: pointer;
        font-family: "Outfit", sans-serif;
        border: none;
    }
    .title-profile1 {
        position: relative;
        top: -15rem;
        left: 5%;
        color: #222;
        font-size: 2.3rem;
        font-weight: bold;
        font-family: "Outfit", sans-serif;
        margin-bottom: 1rem;
    }
    .profile-frame1 {
        position: relative;
        top: -15rem;
        left: 5%;
        width: 40%;
        height: 30rem;
        background-color: white;
        margin-bottom: 2rem;
        border-radius: 0.5rem;
        border: solid 0.2rem black ;
    }
    .subtitle-profile1 {
        position: relative;
        top: -38rem;
        left: 53%;
        color: #222;
        font-size: 1.6rem;
        font-weight: bold;
        font-family: "Outfit", sans-serif;
        margin-bottom: 1rem;
    }
    .title-profile2 {
        position: relative;
        top: -15rem;
        left: 55%;
        color: #222;
        font-size: 2.3rem;
        font-weight: bold;
        font-family: "Outfit", sans-serif;
        margin-bottom: 1rem;
    }
    .profile-frame2 {
        position: relative;
        top: -15rem;
        left: 55%;
        width: 40%;
        height: 30rem;
        background-color: white;
        margin-bottom: 2rem;
        border-radius: 0.5rem;
        border: solid 0.2rem black ;
    }
    .subtitle-profile2 {
        position: relative;
        top: -41rem;
        left: 7%;
        color: #222;
        font-size: 1.6rem;
        font-weight: bold;
        font-family: "Outfit", sans-serif;
        margin-bottom: 1rem;
    }
    .title-profile3 {
        position: relative;
        top: -15rem;
        left: 5%;
        color: #222;
        font-size: 2.3rem;
        font-weight: bold;
        font-family: "Outfit", sans-serif;
        margin-bottom: 1rem;
    }
    .profile-frame3 {
        position: relative;
        top: -15rem;
        left: 5%;
        width: 40%;
        height: 30rem;
        background-color: white;
        
        border-radius: 0.5rem;
        border: solid 0.2rem black ;
    }
    .subtitle-profile3 {
    position: relative;
    top: 300rem;
    left: 53%;

    color: #222;
    font-size: 1.2rem;
    font-weight: bold;
    font-family: "Outfit", sans-serif;
    margin-bottom: 1rem;
    text-align: left; /* ou center, se preferir centralizado */
    }
}